home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 4_misc / note < prev    next >
Text File  |  2001-03-21  |  2KB  |  49 lines

  1. Synopsis:
  2.    note <command> [&<password>] [+|-<flags>] [<arguments>]
  3.  
  4. Description:
  5.    NOTE is a sort of turbo-charged messaging system for irc.  In short, it
  6.    achieves at the server level what the client attempts to do with MSG
  7.    and NOTIFY.  The messaging system resembles modern voice mail systems
  8.    (except in text); messages can be sent, stored, or set for deferred
  9.    delivery.  The client notification system works like NOTIFY, except
  10.    with greater accuracy and flexibility.
  11.  
  12.    The most common uses of NOTE are its SPY and SEND functions.  SPY is
  13.    similar to NOTIFY, except it can accept a full address to spy on, not
  14.    just a nickname.  SEND, as its name implies, sends a note to a user; if
  15.    that user is not currently online, it will be delivered if the user logs
  16.    onto irc within a set time period.
  17.  
  18.    When referring to a particular user, NOTE can deal with the standard
  19.    nick!user@host notation.  Wildcards are allowed, and any portion may be
  20.    omitted, so long as the identifier remains unambiguous.
  21.  
  22. Examples:
  23.    To send a note to Joebob (whose account is jbriggs@drivein.com):
  24.       /note send joebob!jbriggs@drivein.com Hey there!  Great movie!
  25.  
  26.    To spy on anyone from blah.com for the next 30 days:
  27.       /note spy +30 *!*@*.blah.com A blah.com user is active
  28.  
  29. Aliases:
  30.    Most NOTE commands are aliases to NOTE USER with certain flags applied.
  31.  
  32. See Also:
  33.    msg(1); notice(1); notify(1)
  34.  
  35. Restrictions:
  36.    NOTE is not available everywhere.  It is used primarily on Undernet,
  37.    though even there it is not fully deployed.  No servers on EFnet are
  38.    known to support NOTE.  There is much debate over whether the usefulness
  39.    of NOTE outweighs its potential for invasion of privacy, to say nothing
  40.    of it requiring enough server resources to make its use prohibitive.  A
  41.    discussion of the various NOTE commands is beyond the scope of these
  42.    help files.
  43.  
  44. Other Notes:
  45.    NOTE was originally developed in 1990 by jarle@stud.cs.uit.no (Wizible
  46.    on irc).  Wizible is the authoritative source of information for this
  47.    command.
  48.  
  49.